home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 07 - 1991 / 07.02 Feb 91 / 4D Graphics Source / WriteAt.Worksheet < prev   
Encoding:
Text File  |  1989-05-31  |  587 b   |  24 lines  |  [TEXT/MPS ]

  1. #      >>>>>>>>>Set Directory first <<<<<<<<<<<<<<<<
  2. #      >>>>>>>>>Fix indicated spots<<<<<<<<<<<<<<<<<
  3. #      >>>>>>>>>REMOVE COMMENTS <<<<<<<<<<<<<<<<<<<<
  4.  
  5. Pascal WriteAt.p
  6. #      Fix ^
  7.  
  8. Link -w -p WriteAt.p.o ∂
  9. #          Fix ^
  10.  
  11. "{Libraries}"Runtime.o ∂
  12. "{Libraries}"Interface.o ∂
  13. "{PLibraries}"PasLib.o ∂
  14. -m WRITEITAT ∂
  15. #    Fix ^  use ALL CAPS with the procedure's name
  16.  
  17. -rt 4DEX=16114 ∂
  18. #Fix ^     be sure 4D is the name of 4th Dimension, or change it here
  19.  
  20. -sg Main2 ∂
  21. -sn "Main2=WriteAt(&I;&I;&S)" ∂
  22. #          Fix ^      Fix ^  with proper variable list
  23.  
  24. -o Proc.Ext(WriteAt)